home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / ap.mak < prev    next >
Encoding:
NMAKE  |  1999-01-19  |  9.8 KB  |  486 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on ap.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=ap - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to ap - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "ap - Win32 Release" && "$(CFG)" != "ap - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "ap.mak" CFG="ap - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "ap - Win32 Release" (based on "Win32 (x86) Static Library")
  17. !MESSAGE "ap - Win32 Debug" (based on "Win32 (x86) Static Library")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. !IF  "$(CFG)" == "ap - Win32 Release"
  29.  
  30. OUTDIR=.\Release
  31. INTDIR=.\Release
  32. # Begin Custom Macros
  33. OutDir=.\Release
  34. # End Custom Macros
  35.  
  36. !IF "$(RECURSE)" == "0" 
  37.  
  38. ALL : "$(OUTDIR)\ap.lib"
  39.  
  40. !ELSE 
  41.  
  42. ALL : "$(OUTDIR)\ap.lib"
  43.  
  44. !ENDIF 
  45.  
  46. CLEAN :
  47.     -@erase "$(INTDIR)\ap_cpystrn.obj"
  48.     -@erase "$(INTDIR)\ap_fnmatch.obj"
  49.     -@erase "$(INTDIR)\ap_md5c.obj"
  50.     -@erase "$(INTDIR)\ap_signal.obj"
  51.     -@erase "$(INTDIR)\ap_slack.obj"
  52.     -@erase "$(INTDIR)\ap_snprintf.obj"
  53.     -@erase "$(INTDIR)\vc50.idb"
  54.     -@erase "$(OUTDIR)\ap.lib"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP=cl.exe
  60. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D\
  61.  "_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  62. CPP_OBJS=.\Release/
  63. CPP_SBRS=.
  64.  
  65. .c{$(CPP_OBJS)}.obj::
  66.    $(CPP) @<<
  67.    $(CPP_PROJ) $< 
  68. <<
  69.  
  70. .cpp{$(CPP_OBJS)}.obj::
  71.    $(CPP) @<<
  72.    $(CPP_PROJ) $< 
  73. <<
  74.  
  75. .cxx{$(CPP_OBJS)}.obj::
  76.    $(CPP) @<<
  77.    $(CPP_PROJ) $< 
  78. <<
  79.  
  80. .c{$(CPP_SBRS)}.sbr::
  81.    $(CPP) @<<
  82.    $(CPP_PROJ) $< 
  83. <<
  84.  
  85. .cpp{$(CPP_SBRS)}.sbr::
  86.    $(CPP) @<<
  87.    $(CPP_PROJ) $< 
  88. <<
  89.  
  90. .cxx{$(CPP_SBRS)}.sbr::
  91.    $(CPP) @<<
  92.    $(CPP_PROJ) $< 
  93. <<
  94.  
  95. BSC32=bscmake.exe
  96. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ap.bsc" 
  97. BSC32_SBRS= \
  98.     
  99. LIB32=link.exe -lib
  100. LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib" 
  101. LIB32_OBJS= \
  102.     "$(INTDIR)\ap_cpystrn.obj" \
  103.     "$(INTDIR)\ap_fnmatch.obj" \
  104.     "$(INTDIR)\ap_md5c.obj" \
  105.     "$(INTDIR)\ap_signal.obj" \
  106.     "$(INTDIR)\ap_slack.obj" \
  107.     "$(INTDIR)\ap_snprintf.obj"
  108.  
  109. "$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  110.     $(LIB32) @<<
  111.   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  112. <<
  113.  
  114. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  115.  
  116. OUTDIR=.\Debug
  117. INTDIR=.\Debug
  118. # Begin Custom Macros
  119. OutDir=.\Debug
  120. # End Custom Macros
  121.  
  122. !IF "$(RECURSE)" == "0" 
  123.  
  124. ALL : "$(OUTDIR)\ap.lib"
  125.  
  126. !ELSE 
  127.  
  128. ALL : "$(OUTDIR)\ap.lib"
  129.  
  130. !ENDIF 
  131.  
  132. CLEAN :
  133.     -@erase "$(INTDIR)\ap_cpystrn.obj"
  134.     -@erase "$(INTDIR)\ap_fnmatch.obj"
  135.     -@erase "$(INTDIR)\ap_md5c.obj"
  136.     -@erase "$(INTDIR)\ap_signal.obj"
  137.     -@erase "$(INTDIR)\ap_slack.obj"
  138.     -@erase "$(INTDIR)\ap_snprintf.obj"
  139.     -@erase "$(INTDIR)\vc50.idb"
  140.     -@erase "$(OUTDIR)\ap.lib"
  141.  
  142. "$(OUTDIR)" :
  143.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  144.  
  145. CPP=cl.exe
  146. CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "../include" /D "WIN32" /D "_DEBUG" /D\
  147.  "_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  148. CPP_OBJS=.\Debug/
  149. CPP_SBRS=.
  150.  
  151. .c{$(CPP_OBJS)}.obj::
  152.    $(CPP) @<<
  153.    $(CPP_PROJ) $< 
  154. <<
  155.  
  156. .cpp{$(CPP_OBJS)}.obj::
  157.    $(CPP) @<<
  158.    $(CPP_PROJ) $< 
  159. <<
  160.  
  161. .cxx{$(CPP_OBJS)}.obj::
  162.    $(CPP) @<<
  163.    $(CPP_PROJ) $< 
  164. <<
  165.  
  166. .c{$(CPP_SBRS)}.sbr::
  167.    $(CPP) @<<
  168.    $(CPP_PROJ) $< 
  169. <<
  170.  
  171. .cpp{$(CPP_SBRS)}.sbr::
  172.    $(CPP) @<<
  173.    $(CPP_PROJ) $< 
  174. <<
  175.  
  176. .cxx{$(CPP_SBRS)}.sbr::
  177.    $(CPP) @<<
  178.    $(CPP_PROJ) $< 
  179. <<
  180.  
  181. BSC32=bscmake.exe
  182. BSC32_FLAGS=/nologo /o"$(OUTDIR)\ap.bsc" 
  183. BSC32_SBRS= \
  184.     
  185. LIB32=link.exe -lib
  186. LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib" 
  187. LIB32_OBJS= \
  188.     "$(INTDIR)\ap_cpystrn.obj" \
  189.     "$(INTDIR)\ap_fnmatch.obj" \
  190.     "$(INTDIR)\ap_md5c.obj" \
  191.     "$(INTDIR)\ap_signal.obj" \
  192.     "$(INTDIR)\ap_slack.obj" \
  193.     "$(INTDIR)\ap_snprintf.obj"
  194.  
  195. "$(OUTDIR)\ap.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  196.     $(LIB32) @<<
  197.   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  198. <<
  199.  
  200. !ENDIF 
  201.  
  202.  
  203. !IF "$(CFG)" == "ap - Win32 Release" || "$(CFG)" == "ap - Win32 Debug"
  204. SOURCE=.\ap_cpystrn.c
  205.  
  206. !IF  "$(CFG)" == "ap - Win32 Release"
  207.  
  208. DEP_CPP_AP_CP=\
  209.     "..\include\alloc.h"\
  210.     "..\include\ap.h"\
  211.     "..\include\ap_config.h"\
  212.     "..\include\ap_ctype.h"\
  213.     "..\include\ap_mmn.h"\
  214.     "..\include\buff.h"\
  215.     "..\include\hsregex.h"\
  216.     "..\include\httpd.h"\
  217.     "..\include\util_uri.h"\
  218.     "..\os\win32\os.h"\
  219.     "..\os\win32\readdir.h"\
  220.     {$(INCLUDE)}"sys\stat.h"\
  221.     {$(INCLUDE)}"sys\types.h"\
  222.     
  223. NODEP_CPP_AP_CP=\
  224.     "..\include\ap_config_auto.h"\
  225.     "..\include\ebcdic.h"\
  226.     "..\include\os.h"\
  227.     "..\include\sfio.h"\
  228.     
  229.  
  230. "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
  231.  
  232.  
  233. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  234.  
  235. DEP_CPP_AP_CP=\
  236.     "..\include\alloc.h"\
  237.     "..\include\ap.h"\
  238.     "..\include\ap_config.h"\
  239.     "..\include\ap_ctype.h"\
  240.     "..\include\ap_mmn.h"\
  241.     "..\include\buff.h"\
  242.     "..\include\hsregex.h"\
  243.     "..\include\httpd.h"\
  244.     "..\include\util_uri.h"\
  245.     "..\os\win32\os.h"\
  246.     "..\os\win32\readdir.h"\
  247.     
  248.  
  249. "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
  250.  
  251.  
  252. !ENDIF 
  253.  
  254. SOURCE=.\ap_fnmatch.c
  255.  
  256. !IF  "$(CFG)" == "ap - Win32 Release"
  257.  
  258. DEP_CPP_AP_FN=\
  259.     "..\include\ap_config.h"\
  260.     "..\include\ap_ctype.h"\
  261.     "..\include\ap_mmn.h"\
  262.     "..\include\fnmatch.h"\
  263.     "..\include\hsregex.h"\
  264.     "..\os\win32\os.h"\
  265.     {$(INCLUDE)}"sys\stat.h"\
  266.     {$(INCLUDE)}"sys\types.h"\
  267.     
  268. NODEP_CPP_AP_FN=\
  269.     "..\include\ap_config_auto.h"\
  270.     "..\include\os.h"\
  271.     
  272.  
  273. "$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
  274.  
  275.  
  276. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  277.  
  278. DEP_CPP_AP_FN=\
  279.     "..\include\ap_config.h"\
  280.     "..\include\ap_ctype.h"\
  281.     "..\include\ap_mmn.h"\
  282.     "..\include\fnmatch.h"\
  283.     "..\include\hsregex.h"\
  284.     "..\os\win32\os.h"\
  285.     
  286.  
  287. "$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
  288.  
  289.  
  290. !ENDIF 
  291.  
  292. SOURCE=.\ap_signal.c
  293.  
  294. !IF  "$(CFG)" == "ap - Win32 Release"
  295.  
  296. DEP_CPP_AP_SI=\
  297.     "..\include\alloc.h"\
  298.     "..\include\ap.h"\
  299.     "..\include\ap_config.h"\
  300.     "..\include\ap_ctype.h"\
  301.     "..\include\ap_mmn.h"\
  302.     "..\include\buff.h"\
  303.     "..\include\hsregex.h"\
  304.     "..\include\httpd.h"\
  305.     "..\include\util_uri.h"\
  306.     "..\os\win32\os.h"\
  307.     "..\os\win32\readdir.h"\
  308.     {$(INCLUDE)}"sys\stat.h"\
  309.     {$(INCLUDE)}"sys\types.h"\
  310.     
  311. NODEP_CPP_AP_SI=\
  312.     "..\include\ap_config_auto.h"\
  313.     "..\include\ebcdic.h"\
  314.     "..\include\os.h"\
  315.     "..\include\sfio.h"\
  316.     
  317.  
  318. "$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
  319.  
  320.  
  321. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  322.  
  323. DEP_CPP_AP_SI=\
  324.     "..\include\alloc.h"\
  325.     "..\include\ap.h"\
  326.     "..\include\ap_config.h"\
  327.     "..\include\ap_ctype.h"\
  328.     "..\include\ap_mmn.h"\
  329.     "..\include\buff.h"\
  330.     "..\include\hsregex.h"\
  331.     "..\include\httpd.h"\
  332.     "..\include\util_uri.h"\
  333.     "..\os\win32\os.h"\
  334.     "..\os\win32\readdir.h"\
  335.     
  336.  
  337. "$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
  338.  
  339.  
  340. !ENDIF 
  341.  
  342. SOURCE=.\ap_slack.c
  343.  
  344. !IF  "$(CFG)" == "ap - Win32 Release"
  345.  
  346. DEP_CPP_AP_SL=\
  347.     "..\include\alloc.h"\
  348.     "..\include\ap.h"\
  349.     "..\include\ap_config.h"\
  350.     "..\include\ap_ctype.h"\
  351.     "..\include\ap_mmn.h"\
  352.     "..\include\buff.h"\
  353.     "..\include\hsregex.h"\
  354.     "..\include\http_log.h"\
  355.     "..\include\httpd.h"\
  356.     "..\include\util_uri.h"\
  357.     "..\os\win32\os.h"\
  358.     "..\os\win32\readdir.h"\
  359.     {$(INCLUDE)}"sys\stat.h"\
  360.     {$(INCLUDE)}"sys\types.h"\
  361.     
  362. NODEP_CPP_AP_SL=\
  363.     "..\include\ap_config_auto.h"\
  364.     "..\include\ebcdic.h"\
  365.     "..\include\os.h"\
  366.     "..\include\sfio.h"\
  367.     
  368.  
  369. "$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
  370.  
  371.  
  372. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  373.  
  374. DEP_CPP_AP_SL=\
  375.     "..\include\alloc.h"\
  376.     "..\include\ap.h"\
  377.     "..\include\ap_config.h"\
  378.     "..\include\ap_ctype.h"\
  379.     "..\include\ap_mmn.h"\
  380.     "..\include\buff.h"\
  381.     "..\include\hsregex.h"\
  382.     "..\include\http_log.h"\
  383.     "..\include\httpd.h"\
  384.     "..\include\util_uri.h"\
  385.     "..\os\win32\os.h"\
  386.     "..\os\win32\readdir.h"\
  387.     
  388.  
  389. "$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
  390.  
  391.  
  392. !ENDIF 
  393.  
  394. SOURCE=.\ap_snprintf.c
  395.  
  396. !IF  "$(CFG)" == "ap - Win32 Release"
  397.  
  398. DEP_CPP_AP_SN=\
  399.     "..\include\alloc.h"\
  400.     "..\include\ap.h"\
  401.     "..\include\ap_config.h"\
  402.     "..\include\ap_ctype.h"\
  403.     "..\include\ap_mmn.h"\
  404.     "..\include\buff.h"\
  405.     "..\include\hsregex.h"\
  406.     "..\include\httpd.h"\
  407.     "..\include\util_uri.h"\
  408.     "..\os\win32\os.h"\
  409.     "..\os\win32\readdir.h"\
  410.     {$(INCLUDE)}"sys\stat.h"\
  411.     {$(INCLUDE)}"sys\types.h"\
  412.     
  413. NODEP_CPP_AP_SN=\
  414.     "..\include\ap_config_auto.h"\
  415.     "..\include\ebcdic.h"\
  416.     "..\include\os.h"\
  417.     "..\include\sfio.h"\
  418.     
  419.  
  420. "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  421.  
  422.  
  423. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  424.  
  425. DEP_CPP_AP_SN=\
  426.     "..\include\alloc.h"\
  427.     "..\include\ap.h"\
  428.     "..\include\ap_config.h"\
  429.     "..\include\ap_ctype.h"\
  430.     "..\include\ap_mmn.h"\
  431.     "..\include\buff.h"\
  432.     "..\include\hsregex.h"\
  433.     "..\include\httpd.h"\
  434.     "..\include\util_uri.h"\
  435.     "..\os\win32\os.h"\
  436.     "..\os\win32\readdir.h"\
  437.     
  438.  
  439. "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  440.  
  441.  
  442. !ENDIF 
  443.  
  444. SOURCE=.\ap_md5c.c
  445.  
  446. !IF  "$(CFG)" == "ap - Win32 Release"
  447.  
  448. DEP_CPP_AP_MD=\
  449.     "..\include\ap_config.h"\
  450.     "..\include\ap_ctype.h"\
  451.     "..\include\ap_md5.h"\
  452.     "..\include\ap_mmn.h"\
  453.     "..\include\hsregex.h"\
  454.     "..\os\win32\os.h"\
  455.     {$(INCLUDE)}"sys\stat.h"\
  456.     {$(INCLUDE)}"sys\types.h"\
  457.     
  458. NODEP_CPP_AP_MD=\
  459.     "..\include\ap_config_auto.h"\
  460.     "..\include\os.h"\
  461.     ".\ebcdic.h"\
  462.     
  463.  
  464. "$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
  465.  
  466.  
  467. !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  468.  
  469. DEP_CPP_AP_MD=\
  470.     "..\include\ap_config.h"\
  471.     "..\include\ap_ctype.h"\
  472.     "..\include\ap_md5.h"\
  473.     "..\include\ap_mmn.h"\
  474.     "..\include\hsregex.h"\
  475.     "..\os\win32\os.h"\
  476.     
  477.  
  478. "$(INTDIR)\ap_md5c.obj" : $(SOURCE) $(DEP_CPP_AP_MD) "$(INTDIR)"
  479.  
  480.  
  481. !ENDIF 
  482.  
  483.  
  484. !ENDIF 
  485.  
  486.